home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / popsot.dir / 00056_Field_56.txt < prev    next >
Text File  |  1983-01-30  |  474b  |  16 lines

  1. on mouseUp
  2.   global correlati
  3.   set tmp to correlati
  4.   set correlati to ""
  5.   cursor 4
  6.   set garfunkel to item 1 of line the mouseline of field (tmp &".idx")
  7.   IF THE MACHINETYPE < 255 THEN
  8.     put ":" into char offset ("\", garfunkel) of garfunkel
  9.     set garfunkel to ("invenzioni:invenzio:" & garfunkel)
  10.   ELSE
  11.     set garfunkel to (char 1 of the moviepath & ":\invenzio\" & garfunkel)
  12.   END IF
  13.   tell the stage to go to movie garfunkel
  14.   cursor -1    
  15. end
  16.